wc - print the number of newlines, words, and bytes in files
[SYNOPSIS] wc OPTION FILE
option
-c
print the byte counts
-l
print the newline counts
-w
print the word counts